/ Assembly List / LJCDBMessage / DbFilters / Add

Namespace - LJCDBMessage


Parameters
filterBooleanOperator - The filter boolean operator.
conditionSetBooleanOperator - The condition set boolean operator
name - The filter name.

Returns

The filter DbConditions object.

Syntax

C#
public DbConditions Add(String filterBooleanOperator = and, String conditionSetBooleanOperator = and, String name = Filter)

Creates and adds the element from the supplied values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.